golang.org/x/net/http2.ClientConn.nextStreamID (field)

12 uses

	golang.org/x/net/http2 (current package)
		transport.go#L342: 	nextStreamID     uint32
		transport.go#L782: 		nextStreamID:                1,
		transport.go#L1017: 	if cc.singleUse && cc.nextStreamID > 1 {
		transport.go#L1039: 		int64(cc.nextStreamID)+2*int64(cc.pendingRequests) < math.MaxInt32 &&
		transport.go#L1049: 	if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
		transport.go#L1113: 	nextID := cc.nextStreamID
		transport.go#L1173: 	maxStreamID := cc.nextStreamID
		transport.go#L1699: 		if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
		transport.go#L2028: 	cs.ID = cc.nextStreamID
		transport.go#L2029: 	cc.nextStreamID += 2
		transport.go#L2055: 			cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2)
		transport.go#L2598: 		neverSent := cc.nextStreamID